Android Utils
Android Utils
/
com.jeovanimartinez.androidutils.extensions.graphics
Package
com.
jeovanimartinez.
androidutils.
extensions.
graphics
Functions
Functions
rotate
Link copied to clipboard
fun
Bitmap
.
rotate
(
degrees
:
Float
)
:
Bitmap
Content copied to clipboard
Rotate a bitmap the indicated degrees.
trim
By
Border
Color
Link copied to clipboard
fun
Bitmap
.
trimByBorderColor
(
@
ColorInt
color
:
Int
=
Color.TRANSPARENT
,
trimMargin
:
Margin
?
=
null
)
:
Bitmap
Content copied to clipboard
Trims the borders of a bitmap of a specific color.